home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / msleep.6 < prev    next >
Text File  |  1996-07-16  |  382b  |  23 lines

  1. .TH MSLEEP
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. MSLEEP
  5.  
  6.  
  7.  
  8.  MSLEEP( NumericType MilliSeconds )
  9.  
  10. Causes the solid modeller to sleep for the prescribed time in milliseconds.
  11.  
  12. Example:
  13.  
  14.  for ( i = 1, 1, sizeof( crvs ),
  15.      c = nth( crvs, i ):
  16.      color( c, yellow ):
  17.      msleep(20):
  18.      viewobj( c )
  19.  );
  20.  
  21. Displays an animation sequence and sleeps for 20 milliseconds between
  22. iterations.
  23.